home *** CD-ROM | disk | FTP | other *** search
- (************************************************)
- (* *)
- (* SuperVGA 32768 BGI driver defines *)
- (* Copyright (c) 1991 *)
- (* Jordan Hargraphix Software *)
- (* *)
- (************************************************)
-
- (* These are the currently supported modes *)
- const
- SVGA320x200x32768 = 0; (* 320x200x32768 HiColor VGA *)
- SVGA640x350x32768 = 1; (* 640x350x32768 HiColor VGA *)
- SVGA640x400x32768 = 2; (* 640x400x32768 HiColor VGA *)
- SVGA640x480x32768 = 3; (* 640x480x32768 HiColor VGA *)
- SVGA800x600x32768 = 4; (* 800x600x32768 HiColor VGA *)
- SVGA1024x768x32768 = 5; (* 1024x768x32768 HiColor VGA *)
- SVGA1280x1024x32768 = 6; (* 1280x1024x32768 HiColor VGA *)
-